Giter Club home page Giter Club logo

Comments (12)

ankitpatnala avatar ankitpatnala commented on September 13, 2024 2

I never used tensorboard but you can find it's documentation .you can save the checkpoints on a file and try to open the tensboard logdir on other terminal upon which it will give you a local host IP which you can run in your browser. Before that install tensorboard packages as it is not present in the environment.yml file

from meshcnn.

ankitpatnala avatar ankitpatnala commented on September 13, 2024

add an argument --gpu_ids -1/

from meshcnn.

peichenzhong avatar peichenzhong commented on September 13, 2024

and python test.py --gpu_ids -1 --dataroot datasets
Running Test
loaded mean / std from cache
Traceback (most recent call last):
File "test.py", line 25, in
run_test()
File "test.py", line 12, in run_test
model = create_model(opt)
File "/home/peichen/python_test/MeshCNN/models/init.py", line 3, in create_model
model = ClassifierModel(opt)
File "/home/peichen/python_test/MeshCNN/models/mesh_classifier.py", line 33, in init
self.gpu_ids, opt.arch, opt.init_type, opt.init_gain)
File "/home/peichen/python_test/MeshCNN/models/networks.py", line 102, in define_classifier
opt.resblocks)
File "/home/peichen/python_test/MeshCNN/models/networks.py", line 132, in init
norm_args = get_norm_args(norm_layer, self.k[1:])
File "/home/peichen/python_test/MeshCNN/models/networks.py", line 38, in get_norm_args
raise NotImplementedError('normalization layer [%s] is not found' % norm_layer.func.name)
NotImplementedError: normalization layer [BatchNorm2d] is not found

how to deal with it ??thank

from meshcnn.

peichenzhong avatar peichenzhong commented on September 13, 2024

torch_mask = torch.from_numpy(edges_mask.copy())
TypeError: can't convert np.ndarray of type numpy.bool_. The only supported types are: double, float, float16, int64, int32, and uint8.

from meshcnn.

ankitpatnala avatar ankitpatnala commented on September 13, 2024

you can convert the type to uint8
I had the same issue as i created the environment from the repo's environment.yml file which has pytorch 1.0 but the current code's dependency is pytorch 1.2.0. So the author recommended me to use the old checkout of this branch which somehow works.

from meshcnn.

peichenzhong avatar peichenzhong commented on September 13, 2024

so i should updata my pytorch into 1.2.0 ??? i have a try

from meshcnn.

ankitpatnala avatar ankitpatnala commented on September 13, 2024

i dont know the author suggested me to use the old checkout

please follow this link:
#30 (comment)

but author has changed the environment file in her latest commit which was 6 hours ago. May be you can update your branch and rerun the scripts.

from meshcnn.

peichenzhong avatar peichenzhong commented on September 13, 2024

thank , this project is running ,but i have a problem how to watch the layer or models on the tensorboardx???

from meshcnn.

peichenzhong avatar peichenzhong commented on September 13, 2024

i want to watch the graph ,what should i do

from meshcnn.

peichenzhong avatar peichenzhong commented on September 13, 2024

i hava some problem that how could i compute the input edge feature which is a 5-dimensional vector every edge??? Anyway , i am confused about the edges value.

from meshcnn.

peichenzhong avatar peichenzhong commented on September 13, 2024

i hava some problem that how could i compute the input edge feature which is a 5-dimensional vector every edge??? Anyway , i am confused about the edges value.

from meshcnn.

ranahanocka avatar ranahanocka commented on September 13, 2024

hi @peichenzhong ,

i hava some problem that how could i compute the input edge feature which is a 5-dimensional vector every edge??? Anyway , i am confused about the edges value.

I don't understand your question. Please go through the examples in this Github and follow the instructions in the README, I think it will clarify most of your problems. Also, you can read through the Github Issues, which might also answer some questions.

Thanks & Good luck!
-Rana

from meshcnn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.